Einhugur Word Component for Buoy

Table Class

Class that represents Table in Word document.

DocumentItem
   Table

class Table

Constructors

Table (private) Class that represents Table in Word document.

Properties

BackgroundColorSets or gets background color for the table.
ColumnCountReturns the number of Columns in the table.
RowCountReturns the number of Rows in the table.
StyleSets or gets predefined TableStyle for the Table. When reading then nil will be returned no table style has been set.
WidthModeReturns the width mode for the table.

Methods

AppendRowAppends row to the table.
BorderReturns border info object of given type for the table.
CellReturns TableCell from the table at given column and row index.
ColumnWidthGetter method for getting column width.
ColumnWidthSetter method for setting column width.
InsertPageBreakAfter (Inherited) Inserts page break after this document item.
InsertPageBreakBefore (Inherited) Inserts page break before this document item.
InsertParagraphAfter (Inherited) Inserts paragraph after this document item.
InsertParagraphBefore (Inherited) Inserts paragraph before this document item.
InsertSectionBreakAfter (Inherited) Inserts section break after this document item.
InsertSectionBreakBefore (Inherited) Inserts section break before this document item.
RemoveRowRemoves row from the table.
RowReturns TableRow at given index.
SetTableWidthSets width of the table.
TableWidthGets the width of the table.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 64 bit
  • Linux ARM 64 bit